home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / DefineSprite_17 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-02-06  |  78 b   |  9 lines

  1. if(loaded == "1")
  2. {
  3.    gotoAndPlay(10);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.